home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 60 / Cine Live 60.iso / pc / Data / Interface / e7.k < prev    next >
Encoding:
Text File  |  2002-08-07  |  23.0 KB  |  1,144 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$000002B2,$0000006B,$000001B5,$00000386,$00000000,$FFFFFF40,$00000000,$00000000};
  6.         LayoutWindow is {$0000001F,$000000D3,$0000032F,$00000267,$00000000,$00000000,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oFond2,
  16.         ob13,
  17.         ob24,
  18.         ob35,
  19.         ob46,
  20.         ob57,
  21.         ob68,
  22.         ob79,
  23.         ob810,
  24.         ob911,
  25.         ob1012,
  26.         ob1113,
  27.         ob1214,
  28.         of115,
  29.         of216,
  30.         of317,
  31.         of418,
  32.         of519,
  33.         of620,
  34.         of721,
  35.         of822,
  36.         of923,
  37.         of1024,
  38.         of1125,
  39.         of1226,
  40.         oInternet27,
  41.         ol128,
  42.         ol229,
  43.         oBouton_Fiche30,
  44.         oBouton_Imprimer31,
  45.         oBouton_Sommaire32,
  46.         oBouton_Photos33,
  47.         oBouton_Vid_o34,
  48.         oFiche_Technique35,
  49.         oTexte_RTF36,
  50.         ovid_o37,
  51.         oglobal38
  52.     ];
  53.     Events is [
  54.         cOffscreenEvent
  55.         with Flags is $00000004; 
  56.             Commands is [
  57.                 cPixelTool_IfSystemCommand
  58.                 with Flags is $00000004; 
  59.                     Commands is [
  60.                         cSwitchURLCommand
  61.                         with Flags is $00000004; Target is oFond2; URL is "../Images/s7m.jpg"; end,
  62.                         cDragCommand
  63.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 631; Y is 442; end,
  64.                         cGrowCommand
  65.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 160; Y is 120; end,
  66.                         cShowCommand
  67.                         with Flags is $00000004; Target is ovid_o37; end,
  68.                         cEnableCommand
  69.                         with Flags is $00000004; Target is ovid_o37; end,
  70.                         cRunCommand
  71.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  72.                     ];
  73.                 end,
  74.                 cPixelTool_IfSystemCommand
  75.                 with Flags is $00000004; SetMode is IsWinTest; 
  76.                     Commands is [
  77.                         cDragCommand
  78.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 615; Y is 418; end,
  79.                         cGrowCommand
  80.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 176; Y is 144; end,
  81.                         cShowCommand
  82.                         with Flags is $00000004; Target is ovid_o37; end,
  83.                         cEnableCommand
  84.                         with Flags is $00000004; Target is ovid_o37; end,
  85.                         cRunCommand
  86.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  87.                     ];
  88.                 end
  89.             ];
  90.         end,
  91.         cKeyboardEvent
  92.         with Flags is $00000004; Test is IsSpace; 
  93.             Commands is [
  94.                 cRunCommand
  95.                 with Flags is $00000004; Target is ovid_o37; Mode is Toggle; end
  96.             ];
  97.         end,
  98.         cKeyboardEvent
  99.         with Value is "+"; 
  100.             Commands is [
  101.                 cSetVolumeCommand
  102.                 with Mode is ExecuteHigher; end
  103.             ];
  104.         end,
  105.         cKeyboardEvent
  106.         with Value is "-"; 
  107.             Commands is [
  108.                 cSetVolumeCommand
  109.                 with Flags is $00000004; Mode is ExecuteLower; end
  110.             ];
  111.         end,
  112.         cKeyboardEvent
  113.         with Value is "m"; 
  114.             Commands is [
  115.                 cRunCommand
  116.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  117.             ];
  118.         end
  119.     ];
  120. end;
  121.  
  122. object oFond2 is cImage
  123. with 
  124.     Flags is $00000150; 
  125.     Name is "Fond"; 
  126.     Enabled is false; Cursor is oEmptyCursor; 
  127.     AdjustX is AlignToCenter; AdjustY is AlignToTop; 
  128.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  129.     
  130.     URL is "data/Images/s7p.jpg"; URLOption is GetDiskURL; 
  131.     
  132.     
  133.     Events is [
  134.         cOnscreenEvent
  135.         with Flags is $00000004; 
  136.             Commands is [
  137.                 cTokenCommand
  138.                 with Flags is $00000004; TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  139.             ];
  140.         end
  141.     ];
  142. end;
  143.  
  144. object ob13 is cImage
  145. with 
  146.     Name is "b1"; 
  147.     Enabled is false; Shown is false; 
  148.     X is -21; Y is 157; 
  149.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  150.     
  151.     URL is "../Images/BOUTONV2.psd"; 
  152.     Bitmapped is false; Mode is 260; 
  153.     
  154. end;
  155.  
  156. object ob24 is cImage
  157. with 
  158.     Name is "b2"; 
  159.     Enabled is false; Shown is false; 
  160.     X is -21; Y is 184; 
  161.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  162.     
  163.     URL is "../Images/BOUTONV2.psd"; 
  164.     Mode is 260; 
  165.     
  166. end;
  167.  
  168. object ob35 is cImage
  169. with 
  170.     Name is "b3"; 
  171.     Enabled is false; Shown is false; 
  172.     X is -21; Y is 210; 
  173.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  174.     
  175.     URL is "../Images/BOUTONV2.psd"; 
  176.     Mode is 260; 
  177.     
  178. end;
  179.  
  180. object ob46 is cImage
  181. with 
  182.     Name is "b4"; 
  183.     Enabled is false; Shown is false; 
  184.     X is -21; Y is 235; 
  185.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  186.     
  187.     URL is "../Images/BOUTONV2.psd"; 
  188.     Mode is 260; 
  189.     
  190. end;
  191.  
  192. object ob57 is cImage
  193. with 
  194.     Name is "b5"; 
  195.     Enabled is false; Shown is false; 
  196.     X is -21; Y is 264; 
  197.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  198.     
  199.     URL is "../Images/BOUTONV2.psd"; 
  200.     Mode is 260; 
  201.     
  202. end;
  203.  
  204. object ob68 is cImage
  205. with 
  206.     Name is "b6"; 
  207.     Enabled is false; Shown is false; 
  208.     X is -21; Y is 290; 
  209.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  210.     
  211.     URL is "../Images/BOUTONV2.psd"; 
  212.     Mode is 260; 
  213.     
  214. end;
  215.  
  216. object ob79 is cImage
  217. with 
  218.     Name is "b7"; 
  219.     Enabled is false; Shown is false; 
  220.     X is -21; Y is 316; 
  221.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  222.     
  223.     URL is "../Images/BOUTONV2.psd"; 
  224.     Mode is 260; 
  225.     
  226. end;
  227.  
  228. object ob810 is cImage
  229. with 
  230.     Name is "b8"; 
  231.     Enabled is false; Shown is false; 
  232.     X is -21; Y is 343; 
  233.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  234.     
  235.     URL is "../Images/BOUTONV2.psd"; 
  236.     Mode is 260; 
  237.     
  238. end;
  239.  
  240. object ob911 is cImage
  241. with 
  242.     Name is "b9"; 
  243.     Enabled is false; Shown is false; 
  244.     X is -21; Y is 370; 
  245.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  246.     
  247.     URL is "../Images/BOUTONV2.psd"; 
  248.     Mode is 260; 
  249.     
  250. end;
  251.  
  252. object ob1012 is cImage
  253. with 
  254.     Name is "b10"; 
  255.     Enabled is false; Shown is false; 
  256.     X is -21; Y is 396; 
  257.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  258.     
  259.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  260.     Mode is 260; 
  261.     
  262. end;
  263.  
  264. object ob1113 is cImage
  265. with 
  266.     Name is "b11"; 
  267.     Enabled is false; Shown is false; 
  268.     X is -21; Y is 423; 
  269.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  270.     
  271.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  272.     Mode is 260; 
  273.     
  274. end;
  275.  
  276. object ob1214 is cImage
  277. with 
  278.     Name is "b12"; 
  279.     Enabled is false; Shown is false; 
  280.     X is -25; Y is 455; 
  281.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  282.     
  283.     URL is "../Images/BOUTONV2.psd"; 
  284.     Bitmapped is false; Mode is 260; 
  285.     
  286. end;
  287.  
  288. object of115 is cBox
  289. with 
  290.     Name is "f1"; 
  291.     Cursor is oFingerCursor; 
  292.     X is -1; Y is 172; 
  293.     Width is 162; Height is 27; 
  294.     
  295.     
  296.     Events is [
  297.         cMouseEnterEvent
  298.         with Flags is $00000004; 
  299.             Commands is [
  300.                 cShowCommand
  301.                 with Flags is $00000004; Target is ob13; end
  302.             ];
  303.         end,
  304.         cMouseLeaveEvent
  305.         with Flags is $00000004; 
  306.             Commands is [
  307.                 cShowCommand
  308.                 with Flags is $00000004; Target is ob13; Mode is Clear; end
  309.             ];
  310.         end,
  311.         cMouseUpEvent
  312.         with Flags is $00000004; Flag is true; 
  313.             Commands is [
  314.                 cBrowseCommand
  315.                 with Flags is $00000004; URL is "e1.k"; end
  316.             ];
  317.         end
  318.     ];
  319. end;
  320.  
  321. object of216 is cBox
  322. with 
  323.     Name is "f2"; 
  324.     Cursor is oFingerCursor; 
  325.     Y is 200; 
  326.     Width is 160; Height is 26; 
  327.     
  328.     
  329.     Events is [
  330.         cMouseEnterEvent
  331.         with 
  332.             Commands is [
  333.                 cShowCommand
  334.                 with Target is ob24; end
  335.             ];
  336.         end,
  337.         cMouseLeaveEvent
  338.         with 
  339.             Commands is [
  340.                 cShowCommand
  341.                 with Target is ob24; Mode is Clear; end
  342.             ];
  343.         end,
  344.         cMouseUpEvent
  345.         with Flag is true; 
  346.             Commands is [
  347.                 cBrowseCommand
  348.                 with URL is "e2.k"; end
  349.             ];
  350.         end
  351.     ];
  352. end;
  353.  
  354. object of317 is cBox
  355. with 
  356.     Flags is $00000150; 
  357.     Name is "f3"; 
  358.     Cursor is oFingerCursor; 
  359.     Y is 228; 
  360.     Width is 162; Height is 24; 
  361.     
  362.     
  363.     Events is [
  364.         cMouseEnterEvent
  365.         with Flags is $00000004; 
  366.             Commands is [
  367.                 cShowCommand
  368.                 with Flags is $00000004; Target is ob35; end
  369.             ];
  370.         end,
  371.         cMouseLeaveEvent
  372.         with Flags is $00000004; 
  373.             Commands is [
  374.                 cShowCommand
  375.                 with Flags is $00000004; Target is ob35; Mode is Clear; end
  376.             ];
  377.         end,
  378.         cMouseUpEvent
  379.         with Flags is $00000004; Flag is true; 
  380.             Commands is [
  381.                 cBrowseCommand
  382.                 with Flags is $00000004; URL is "e3.k"; end
  383.             ];
  384.         end
  385.     ];
  386. end;
  387.  
  388. object of418 is cBox
  389. with 
  390.     Name is "f4"; 
  391.     Cursor is oFingerCursor; 
  392.     Y is 253; 
  393.     Width is 161; Height is 28; 
  394.     
  395.     
  396.     Events is [
  397.         cMouseEnterEvent
  398.         with 
  399.             Commands is [
  400.                 cShowCommand
  401.                 with Target is ob46; end
  402.             ];
  403.         end,
  404.         cMouseLeaveEvent
  405.         with 
  406.             Commands is [
  407.                 cShowCommand
  408.                 with Target is ob46; Mode is Clear; end
  409.             ];
  410.         end,
  411.         cMouseUpEvent
  412.         with Flag is true; 
  413.             Commands is [
  414.                 cBrowseCommand
  415.                 with URL is "e4.k"; end
  416.             ];
  417.         end
  418.     ];
  419. end;
  420.  
  421. object of519 is cBox
  422. with 
  423.     Name is "f5"; 
  424.     Cursor is oFingerCursor; 
  425.     Y is 279; 
  426.     Width is 163; Height is 28; 
  427.     
  428.     
  429.     Events is [
  430.         cMouseEnterEvent
  431.         with 
  432.             Commands is [
  433.                 cShowCommand
  434.                 with Target is ob57; end
  435.             ];
  436.         end,
  437.         cMouseLeaveEvent
  438.         with 
  439.             Commands is [
  440.                 cShowCommand
  441.                 with Target is ob57; Mode is Clear; end
  442.             ];
  443.         end,
  444.         cMouseUpEvent
  445.         with Flag is true; 
  446.             Commands is [
  447.                 cBrowseCommand
  448.                 with URL is "e5.k"; end
  449.             ];
  450.         end
  451.     ];
  452. end;
  453.  
  454. object of620 is cBox
  455. with 
  456.     Flags is $00000150; 
  457.     Name is "f6"; 
  458.     Cursor is oFingerCursor; 
  459.     Y is 305; 
  460.     Width is 163; Height is 28; 
  461.     
  462.     
  463.     Events is [
  464.         cMouseEnterEvent
  465.         with Flags is $00000004; 
  466.             Commands is [
  467.                 cShowCommand
  468.                 with Flags is $00000004; Target is ob68; end
  469.             ];
  470.         end,
  471.         cMouseLeaveEvent
  472.         with Flags is $00000004; 
  473.             Commands is [
  474.                 cShowCommand
  475.                 with Flags is $00000004; Target is ob68; Mode is Clear; end
  476.             ];
  477.         end,
  478.         cMouseUpEvent
  479.         with Flags is $00000004; Flag is true; 
  480.             Commands is [
  481.                 cBrowseCommand
  482.                 with Flags is $00000004; URL is "e6.k"; end
  483.             ];
  484.         end
  485.     ];
  486. end;
  487.  
  488. object of721 is cBox
  489. with 
  490.     Name is "f7"; 
  491.     Cursor is oFingerCursor; 
  492.     X is 2; Y is 333; 
  493.     Width is 160; Height is 26; 
  494.     
  495.     
  496.     Events is [
  497.         cMouseEnterEvent
  498.         with 
  499.             Commands is [
  500.                 cShowCommand
  501.                 with Target is ob79; end
  502.             ];
  503.         end,
  504.         cMouseLeaveEvent
  505.         with 
  506.             Commands is [
  507.                 cShowCommand
  508.                 with Target is ob79; Mode is Clear; end
  509.             ];
  510.         end,
  511.         cMouseUpEvent
  512.         with Flag is true; 
  513.             Commands is [
  514.                 cBrowseCommand
  515.                 with URL is "e7.k"; end
  516.             ];
  517.         end
  518.     ];
  519. end;
  520.  
  521. object of822 is cBox
  522. with 
  523.     Name is "f8"; 
  524.     Cursor is oFingerCursor; 
  525.     Y is 359; 
  526.     Width is 160; Height is 27; 
  527.     
  528.     
  529.     Events is [
  530.         cMouseEnterEvent
  531.         with 
  532.             Commands is [
  533.                 cShowCommand
  534.                 with Target is ob810; end
  535.             ];
  536.         end,
  537.         cMouseLeaveEvent
  538.         with 
  539.             Commands is [
  540.                 cShowCommand
  541.                 with Target is ob810; Mode is Clear; end
  542.             ];
  543.         end,
  544.         cMouseUpEvent
  545.         with Flag is true; 
  546.             Commands is [
  547.                 cBrowseCommand
  548.                 with URL is "e8.k"; end
  549.             ];
  550.         end
  551.     ];
  552. end;
  553.  
  554. object of923 is cBox
  555. with 
  556.     Name is "f9"; 
  557.     Cursor is oFingerCursor; 
  558.     Y is 386; 
  559.     Width is 163; Height is 25; 
  560.     
  561.     
  562.     Events is [
  563.         cMouseEnterEvent
  564.         with 
  565.             Commands is [
  566.                 cShowCommand
  567.                 with Target is ob911; end
  568.             ];
  569.         end,
  570.         cMouseLeaveEvent
  571.         with 
  572.             Commands is [
  573.                 cShowCommand
  574.                 with Target is ob911; Mode is Clear; end
  575.             ];
  576.         end,
  577.         cMouseUpEvent
  578.         with Flag is true; 
  579.             Commands is [
  580.                 cBrowseCommand
  581.                 with URL is "e9.k"; end
  582.             ];
  583.         end
  584.     ];
  585. end;
  586.  
  587. object of1024 is cBox
  588. with 
  589.     Name is "f10"; 
  590.     Cursor is oFingerCursor; 
  591.     X is 1; Y is 412; 
  592.     Width is 161; Height is 28; 
  593.     
  594.     
  595.     Events is [
  596.         cMouseEnterEvent
  597.         with 
  598.             Commands is [
  599.                 cShowCommand
  600.                 with Target is ob1012; end
  601.             ];
  602.         end,
  603.         cMouseLeaveEvent
  604.         with 
  605.             Commands is [
  606.                 cShowCommand
  607.                 with Target is ob1012; Mode is Clear; end
  608.             ];
  609.         end,
  610.         cMouseUpEvent
  611.         with Flag is true; 
  612.             Commands is [
  613.                 cBrowseCommand
  614.                 with URL is "e10.k"; end
  615.             ];
  616.         end
  617.     ];
  618. end;
  619.  
  620. object of1125 is cBox
  621. with 
  622.     Flags is $00000150; 
  623.     Name is "f11"; 
  624.     Cursor is oFingerCursor; 
  625.     Y is 438; 
  626.     Width is 161; Height is 28; 
  627.     
  628.     
  629.     Events is [
  630.         cMouseEnterEvent
  631.         with Flags is $00000004; 
  632.             Commands is [
  633.                 cShowCommand
  634.                 with Flags is $00000004; Target is ob1113; end
  635.             ];
  636.         end,
  637.         cMouseLeaveEvent
  638.         with Flags is $00000004; 
  639.             Commands is [
  640.                 cShowCommand
  641.                 with Flags is $00000004; Target is ob1113; Mode is Clear; end
  642.             ];
  643.         end,
  644.         cMouseUpEvent
  645.         with Flags is $00000004; Flag is true; 
  646.             Commands is [
  647.                 cBrowseCommand
  648.                 with Flags is $00000004; URL is "e11.k"; end
  649.             ];
  650.         end
  651.     ];
  652. end;
  653.  
  654. object of1226 is cBox
  655. with 
  656.     Flags is $00000150; 
  657.     Name is "f12"; 
  658.     Cursor is oFingerCursor; 
  659.     X is -1; Y is 470; 
  660.     Width is 162; Height is 32; 
  661.     
  662.     
  663.     Events is [
  664.         cMouseEnterEvent
  665.         with Flags is $00000004; 
  666.             Commands is [
  667.                 cShowCommand
  668.                 with Flags is $00000004; Target is ob1214; end
  669.             ];
  670.         end,
  671.         cMouseLeaveEvent
  672.         with Flags is $00000004; 
  673.             Commands is [
  674.                 cShowCommand
  675.                 with Flags is $00000004; Target is ob1214; Mode is Clear; end
  676.             ];
  677.         end,
  678.         cMouseUpEvent
  679.         with Flags is $00000004; Flag is true; 
  680.             Commands is [
  681.                 cBrowseCommand
  682.                 with Flags is $00000004; URL is "e12.k"; end
  683.             ];
  684.         end
  685.     ];
  686. end;
  687.  
  688. object oInternet27 is cBox
  689. with 
  690.     Flags is $00000154; 
  691.     Name is "Internet"; 
  692.     Cursor is oEarthCursor; 
  693.     X is 260; Y is 539; 
  694.     Width is 114; Height is 20; 
  695.     
  696.     
  697.     Events is [
  698.         cMouseUpEvent
  699.         with Flags is $00000004; Flag is true; 
  700.             Commands is [
  701.                 cLaunchCommand
  702.                 with Flags is $00000004; URL is "http://www.ocean-films.com/lesdiables"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  703.             ];
  704.         end
  705.     ];
  706. end;
  707.  
  708. object ol128 is cBox
  709. with 
  710.     Flags is $00000150; 
  711.     release Editor:
  712.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  713.     end;
  714.     Name is "l1"; 
  715.     Cursor is oFingerCursor; 
  716.     X is 261; Y is 501; 
  717.     Width is 96; Height is 16; 
  718.     
  719.     
  720.     Events is [
  721.         cMouseUpEvent
  722.         with Flags is $00000004; Flag is true; 
  723.             Commands is [
  724.                 cIfCookieCommand
  725.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  726.                     Commands is [
  727.                         cTokenCommand
  728.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  729.                     ];
  730.                 end,
  731.                 cBrowseCommand
  732.                 with Flags is $00000004; URL is "f30.k"; end
  733.             ];
  734.         end
  735.     ];
  736. end;
  737.  
  738. object ol229 is cBox
  739. with 
  740.     Flags is $00000150; 
  741.     Name is "l2"; 
  742.     Cursor is oFingerCursor; 
  743.     X is 225; Y is 519; 
  744.     Width is 89; Height is 19; 
  745.     
  746.     
  747.     Events is [
  748.         cMouseUpEvent
  749.         with Flags is $00000004; Flag is true; 
  750.             Commands is [
  751.                 cIfCookieCommand
  752.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  753.                     Commands is [
  754.                         cTokenCommand
  755.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  756.                     ];
  757.                 end,
  758.                 cBrowseCommand
  759.                 with Flags is $00000004; URL is "f6.k"; end
  760.             ];
  761.         end
  762.     ];
  763. end;
  764.  
  765. object oBouton_Fiche30 is cImage
  766. with 
  767.     Flags is $00000400; 
  768.     Name is "Bouton Fiche"; 
  769.     Shown is false; Cursor is oFingerCursor; 
  770.     X is 167; Y is 573; 
  771.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  772.     
  773.     URL is "data/Images/%E9cran%20fiche.jpg"; URLOption is GetDiskURL; 
  774.     
  775.     
  776.     Events is [
  777.         cMouseEnterEvent
  778.         with 
  779.             Commands is [
  780.                 cShowCommand
  781.                 with Target is oTargetSelf; end
  782.             ];
  783.         end,
  784.         cMouseLeaveEvent
  785.         with 
  786.             Commands is [
  787.                 cShowCommand
  788.                 with Target is oTargetSelf; Mode is Clear; end
  789.             ];
  790.         end,
  791.         cMouseUpEvent
  792.         with Flag is true; 
  793.             Commands is [
  794.                 cShowCommand
  795.                 with Target is oFiche_Technique35; Mode is Toggle; end,
  796.                 cEnableCommand
  797.                 with Target is oFiche_Technique35; Mode is Toggle; end
  798.             ];
  799.         end
  800.     ];
  801. end;
  802.  
  803. object oBouton_Imprimer31 is cImage
  804. with 
  805.     Flags is $00000400; 
  806.     Name is "Bouton Imprimer"; 
  807.     Shown is false; Cursor is oFingerCursor; 
  808.     X is 321; Y is 573; 
  809.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  810.     
  811.     URL is "data/Images/%E9cran%20imprimer.jpg"; URLOption is GetDiskURL; 
  812.     
  813.     
  814.     Events is [
  815.         cMouseEnterEvent
  816.         with 
  817.             Commands is [
  818.                 cShowCommand
  819.                 with Target is oTargetSelf; end
  820.             ];
  821.         end,
  822.         cMouseLeaveEvent
  823.         with 
  824.             Commands is [
  825.                 cShowCommand
  826.                 with Target is oTargetSelf; Mode is Clear; end
  827.             ];
  828.         end,
  829.         cMouseUpEvent
  830.         with Flag is true; 
  831.             Commands is [
  832.                 cPrintCommand
  833.                 with Target is oTexte_RTF36; end
  834.             ];
  835.         end
  836.     ];
  837. end;
  838.  
  839. object oBouton_Sommaire32 is cImage
  840. with 
  841.     Flags is $00000400; 
  842.     Name is "Bouton Sommaire"; 
  843.     Shown is false; Cursor is oFingerCursor; 
  844.     X is 13; Y is 573; 
  845.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  846.     
  847.     URL is "data/Images/%E9cran%20somm.jpg"; URLOption is GetDiskURL; 
  848.     
  849.     
  850.     Events is [
  851.         cMouseEnterEvent
  852.         with 
  853.             Commands is [
  854.                 cShowCommand
  855.                 with Target is oTargetSelf; end
  856.             ];
  857.         end,
  858.         cMouseLeaveEvent
  859.         with 
  860.             Commands is [
  861.                 cShowCommand
  862.                 with Target is oTargetSelf; Mode is Clear; end
  863.             ];
  864.         end,
  865.         cMouseUpEvent
  866.         with Flag is true; 
  867.             Commands is [
  868.                 cIfCookieCommand
  869.                 with CookieName is "zique"; Value is "oui"; 
  870.                     Commands is [
  871.                         cTokenCommand
  872.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  873.                     ];
  874.                 end,
  875.                 cBrowseCommand
  876.                 with URL is "sommaire.k"; end
  877.             ];
  878.         end
  879.     ];
  880. end;
  881.  
  882. object oBouton_Photos33 is cImage
  883. with 
  884.     Flags is $00000154; 
  885.     Name is "Bouton Photos"; 
  886.     Shown is false; Cursor is oFingerCursor; 
  887.     X is 475; Y is 573; 
  888.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  889.     
  890.     URL is "data/Images/%E9cran%20photo.jpg"; URLOption is GetDiskURL; 
  891.     
  892.     
  893.     Events is [
  894.         cMouseEnterEvent
  895.         with Flags is $00000004; 
  896.             Commands is [
  897.                 cShowCommand
  898.                 with Flags is $00000004; Target is oTargetSelf; end
  899.             ];
  900.         end,
  901.         cMouseLeaveEvent
  902.         with Flags is $00000004; 
  903.             Commands is [
  904.                 cShowCommand
  905.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  906.             ];
  907.         end,
  908.         cMouseUpEvent
  909.         with Flags is $00000004; Flag is true; 
  910.             Commands is [
  911.                 cBrowseCommand
  912.                 with Flags is $00000004; URL is "e7s.k"; end
  913.             ];
  914.         end
  915.     ];
  916. end;
  917.  
  918. object oBouton_Vid_o34 is cImage
  919. with 
  920.     Flags is $00000400; 
  921.     Name is "Bouton Vid\$E9o"; 
  922.     Shown is false; Cursor is oFingerCursor; 
  923.     X is 629; Y is 573; 
  924.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  925.     
  926.     URL is "data/Images/%E9cran%20vid%E9o.jpg"; URLOption is GetDiskURL; 
  927.     
  928.     
  929.     Events is [
  930.         cMouseEnterEvent
  931.         with 
  932.             Commands is [
  933.                 cShowCommand
  934.                 with Target is oTargetSelf; end
  935.             ];
  936.         end,
  937.         cMouseLeaveEvent
  938.         with 
  939.             Commands is [
  940.                 cShowCommand
  941.                 with Target is oTargetSelf; Mode is Clear; end
  942.             ];
  943.         end,
  944.         cMouseUpEvent
  945.         with Flag is true; 
  946.             Commands is [
  947.                 cRunCommand
  948.                 with Target is ovid_o37; Mode is Clear; end,
  949.                 cEnableCommand
  950.                 with Target is ovid_o37; Mode is Clear; end,
  951.                 cShowCommand
  952.                 with Target is ovid_o37; Mode is Clear; end,
  953.                 cDragCommand
  954.                 with Target is ovid_o37; Mode is DragTo; end,
  955.                 cGrowCommand
  956.                 with Target is ovid_o37; Mode is GrowTo; X is 800; Y is 600; end,
  957.                 cShowCommand
  958.                 with Target is ovid_o37; end,
  959.                 cEnableCommand
  960.                 with Target is ovid_o37; end,
  961.                 cRunCommand
  962.                 with Target is ovid_o37; Rewind is true; end,
  963.                 cEnableCommand
  964.                 with Target is oglobal38; end
  965.             ];
  966.         end
  967.     ];
  968. end;
  969.  
  970. object oFiche_Technique35 is cImage
  971. with 
  972.     Flags is $00000150; 
  973.     Name is "Fiche Technique"; 
  974.     Region is {$FFFF000A,$00010000,$01AC0188};
  975.     Enabled is false; Shown is false; Cursor is oFingerCursor; 
  976.     X is 132; Y is 41; 
  977.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  978.     
  979.     URL is "data/Images/t7.jpg"; URLOption is GetDiskURL; 
  980.     
  981.     
  982.     Events is [
  983.         cMouseUpEvent
  984.         with Flags is $00000004; Flag is true; 
  985.             Commands is [
  986.                 cShowCommand
  987.                 with Flags is $00000004; Target is oFiche_Technique35; Mode is Clear; end,
  988.                 cEnableCommand
  989.                 with Flags is $00000004; Target is oFiche_Technique35; Mode is Clear; end
  990.             ];
  991.         end
  992.     ];
  993. end;
  994.  
  995. object oTexte_RTF36 is cRTFText
  996. with 
  997.     Flags is $00000400; 
  998.     Name is "Texte RTF"; 
  999.     Enabled is false; Shown is false; 
  1000.     Y is -160; 
  1001.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  1002.     
  1003.     URL is "../Textes/s7.rtf"; 
  1004.     
  1005.     
  1006. end;
  1007.  
  1008. object ovid_o37 is cMPEGMovie
  1009. with 
  1010.     Flags is $00000150; 
  1011.     Name is "vid\$E9o"; 
  1012.     Shown is false; Cursor is oFingerCursor; 
  1013.     X is 615; Y is 418; 
  1014.     Width is 176; Height is 144; 
  1015.     
  1016.     URL is "data/Videos/s7.mpg"; URLOption is GetDiskURL; 
  1017.     Events is [
  1018.         cMouseUpEvent
  1019.         with Flags is $00000004; Flag is true; 
  1020.             Commands is [
  1021.                 cRunCommand
  1022.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1023.                 cShowCommand
  1024.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1025.                 cEnableCommand
  1026.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1027.                 cDragCommand
  1028.                 with Flags is $00000004; Target is ovid_o37; Mode is DragTo; end,
  1029.                 cGrowCommand
  1030.                 with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 800; Y is 600; end,
  1031.                 cShowCommand
  1032.                 with Flags is $00000004; Target is ovid_o37; end,
  1033.                 cEnableCommand
  1034.                 with Flags is $00000004; Target is ovid_o37; end,
  1035.                 cRunCommand
  1036.                 with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1037.                 cEnableCommand
  1038.                 with Flags is $00000004; Target is oglobal38; end
  1039.             ];
  1040.         end,
  1041.         cFinishedEvent
  1042.         with Flags is $00000004; 
  1043.             Commands is [
  1044.                 cPixelTool_IfSystemCommand
  1045.                 with Flags is $00000004; 
  1046.                     Commands is [
  1047.                         cDragCommand
  1048.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 631; Y is 442; end,
  1049.                         cGrowCommand
  1050.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 160; Y is 120; end,
  1051.                         cEnableCommand
  1052.                         with Flags is $00000004; Target is oglobal38; Mode is Clear; end,
  1053.                         cShowCommand
  1054.                         with Flags is $00000004; Target is ovid_o37; end,
  1055.                         cEnableCommand
  1056.                         with Flags is $00000004; Target is ovid_o37; end,
  1057.                         cRunCommand
  1058.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  1059.                     ];
  1060.                 end,
  1061.                 cPixelTool_IfSystemCommand
  1062.                 with Flags is $00000004; SetMode is IsWinTest; 
  1063.                     Commands is [
  1064.                         cDragCommand
  1065.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 615; Y is 418; end,
  1066.                         cGrowCommand
  1067.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 176; Y is 144; end,
  1068.                         cEnableCommand
  1069.                         with Flags is $00000004; Target is oglobal38; Mode is Clear; end,
  1070.                         cShowCommand
  1071.                         with Flags is $00000004; Target is ovid_o37; end,
  1072.                         cEnableCommand
  1073.                         with Flags is $00000004; Target is ovid_o37; end,
  1074.                         cRunCommand
  1075.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  1076.                     ];
  1077.                 end
  1078.             ];
  1079.         end
  1080.     ];
  1081. end;
  1082.  
  1083. object oglobal38 is cBox
  1084. with 
  1085.     Name is "global"; 
  1086.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  1087.     
  1088.     Width is 800; Height is 600; 
  1089.     
  1090.     
  1091.     Events is [
  1092.         cMouseUpEvent
  1093.         with Flag is true; 
  1094.             Commands is [
  1095.                 cPixelTool_IfSystemCommand
  1096.                 with 
  1097.                     Commands is [
  1098.                         cRunCommand
  1099.                         with Target is ovid_o37; Mode is Clear; Rewind is true; end,
  1100.                         cEnableCommand
  1101.                         with Target is ovid_o37; Mode is Clear; end,
  1102.                         cShowCommand
  1103.                         with Target is ovid_o37; Mode is Clear; end,
  1104.                         cEnableCommand
  1105.                         with Target is oTargetSelf; Mode is Clear; end,
  1106.                         cDragCommand
  1107.                         with Target is ovid_o37; Mode is DragTo; X is 631; Y is 442; end,
  1108.                         cGrowCommand
  1109.                         with Target is ovid_o37; Mode is GrowTo; X is 160; Y is 120; end,
  1110.                         cShowCommand
  1111.                         with Target is ovid_o37; end,
  1112.                         cRunCommand
  1113.                         with Target is ovid_o37; Rewind is true; end,
  1114.                         cEnableCommand
  1115.                         with Target is ovid_o37; end
  1116.                     ];
  1117.                 end,
  1118.                 cPixelTool_IfSystemCommand
  1119.                 with SetMode is IsWinTest; 
  1120.                     Commands is [
  1121.                         cShowCommand
  1122.                         with Target is ovid_o37; Mode is Clear; end,
  1123.                         cRunCommand
  1124.                         with Target is ovid_o37; Mode is Clear; Rewind is true; end,
  1125.                         cEnableCommand
  1126.                         with Target is ovid_o37; Mode is Clear; end,
  1127.                         cEnableCommand
  1128.                         with Target is oTargetSelf; Mode is Clear; end,
  1129.                         cDragCommand
  1130.                         with Target is ovid_o37; Mode is DragTo; X is 615; Y is 418; end,
  1131.                         cGrowCommand
  1132.                         with Target is ovid_o37; Mode is GrowTo; X is 176; Y is 144; end,
  1133.                         cShowCommand
  1134.                         with Target is ovid_o37; end,
  1135.                         cRunCommand
  1136.                         with Target is ovid_o37; Rewind is true; end,
  1137.                         cEnableCommand
  1138.                         with Target is ovid_o37; end
  1139.                     ];
  1140.                 end
  1141.             ];
  1142.         end
  1143.     ];
  1144. end;